/*!************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/base/base.css ***!
  \************************************************************************************************/
*,
*:after,
*:before {
    box-sizing: border-box;
    font-family: Arial;
}


html,
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 100%; */
  width: 100%;
  padding: 0;
  margin: 0;
}

.app-home {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  /* min-width: 1500px; */
}

.header-nav{
  display: flex;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 0;
  height: fit-content;
  align-items: center;
  width: 100%;

  z-index: 200;
  background: rgba(255, 255, 255, 1);
}

.header-nav-scroll {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}


.nav-toolbar {
  white-space: nowrap;
  height: 80px;
  width: 100%;
  min-height: 80px;
  min-width: 1440px;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}



.nav-logo {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.nav-title {
  color: rgba(0, 14, 61, 1);
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
  margin-right: 260px;
}

.nav-title-desc {
  cursor: pointer;
  margin-left: 60px;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-decoration: none;
}

.nav-title-desc img{
  height: 16px;
  width: 16px;
  margin-left: 8px;
}

.nav-title-desc:hover {
  color: rgba(65, 176, 255, 1) !important;
}

.nav-title-desc-select {
  color: rgba(65, 176, 255, 1) !important;
}

.nav-toolbar-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 44px;
  min-height: 44px;
  margin-left: 12px;
  border-radius: 22px;
  font-weight: 700;
  width: 144px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.nav-top{
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  min-width: 1440px;
  border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.nav-top-row{
  width: 1440px;
  display: flex;
  height: 100%;
  align-items: center;
}

.nav-website-name{
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.nav-btn{
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-btn:hover{
  text-decoration: underline;
  color: rgba(82, 153, 255, 1);
}

.nav-line{
  background: rgba(0, 0, 0, 0.1);
  height: 16px;
  width: 1px;
  margin: 0 16px;
}


.nav-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  flex: 1;
}

.nav-user-account-root{
  display: none;
  position: relative;
  width: fit-content;
  height: 24px;
}

.nav-user-account{
  display: flex;
  height: 24px;
  overflow: hidden;
  align-items: center;
}

.nav-user-account img{
  height: 16px;
  width: 16px;
  margin-left: 4px;
}

.nav-user-account:hover img{
  transform: translateY(-480px); 
  filter: drop-shadow(rgba(82, 153, 255, 1) 0 480px);
}


.nav-user-pop-menu{
  width: 240px;
  display: none;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -4px;
  transform: translate(0,100%);
  z-index: 900;
}

.nav-user-menu-item{
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.nav-user-menu-item img{
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

.nav-menu-line{
  width: 100%;
  height: 1px;
  background: rgba(232, 235, 242, 1);
  margin: 12px 0;
}

.nav-menu-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.nav-menu-user-center{
  border: 1px solid rgba(82, 153, 255, 1);
  color: rgba(82, 153, 255, 1);
}

.nav-menu-logout{
  margin-top: 12px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}


.nav-search-input{
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 1);
  height: 48px;
  cursor: pointer;
  width: fit-content;
  border-radius: 12px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.nav-search-input-focus{
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#input-search{
  outline: none;
  border: none;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  width: 0px;
}

#input-search::placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.nav-search-btn{
  height: 32px;
  width: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(82, 153, 255, 1);
}
                    
.nav-search-btn img{
  height: 16px;
  width: 16px;
}

.nav-search-context-menu{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  display: flex;
  margin-bottom: -4px;
  transform: translate(0,100%);
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
}

.nav-search-menu-tip{
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

.nav-search-menu-link{
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.nav-search-menu-link:hover{
  font-weight: 700;
  text-decoration: underline;
}

.header-nav-product{
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  transform: translate(0,100%);
  align-items: center;
}

.header-nav-product-row{
  display: flex;
  margin-top: 20px;
  width: 1440px;
  margin-bottom: 40px;
  min-width: 1440px;
}

.header-nav-col{
  display: flex;
  width: 280px;
  flex-direction: column;
  margin-right: 80px;
}

.header-product-category{
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}

.header-product-category h2{
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}

.header-product-category img{
  height: 16px;
  width: 16px;
  margin-left: 4px;
}

.header-product-category:hover h2{
  color: rgba(82, 153, 255, 1);
}

.header-product-category:hover img{
  transform: translateY(-480px); 
  filter: drop-shadow(rgba(82, 153, 255, 1) 0 480px);
}

.header-product-split{
  margin: 12px 0;
  background: rgba(232, 235, 242, 1);
  height: 1px;
  width: 100%;
}

.header-product-item{
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin-bottom: 16px;
  text-decoration: none;
}

.header-product-item .header-product-item-logo{
  height: 32px;
  width: 32px;
  display: flex;
  position: relative;
  margin-right: 12px;
}

.header-product-item .header-product-item-logo div{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05)
}

.header-product-item .header-product-item-logo img{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.header-product-item span{
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  flex: 1;
  text-align: left;
}

.header-product-item:hover span{
  font-weight: bold;
  text-decoration: underline;
}

.header-product-item .header-product-item-dl{
  height: 32px;
  width: 32px;
  max-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  background: rgba(82, 153, 255, 0.1);
  overflow: hidden;
}

.header-product-item:hover .header-product-item-dl{
  background: rgba(82, 153, 255, 1);
}


.header-product-item .header-product-item-dl img{
  height: 20px;
  width: 20px;
}

.header-product-item .header-product-item-buy{
  background: rgba(255, 123, 118, 0.1) ;
  height: 32px;
  width: 32px;
  max-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}


.header-product-item-buy img{
  height: 20px;
  width: 20px;
}

.header-product-item:hover .header-product-item-buy{
  background: rgba(255, 123, 118, 1);

}

.header-product-item:hover .header-product-item-dl img{
  transform: translateY(-480px); 
  filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
}

.header-product-item:hover .header-product-item-buy img{
  transform: translateY(-480px); 
  filter: drop-shadow(rgba(255, 255, 255, 1) 0 480px);
}

.header-nav-product-more{
  display: flex;
  height: 48px;
  width: 100%;
  
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(232, 235, 242, 1);
}

.header-nav-product-more a{
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 0 12px;
  text-decoration: none;
  align-items: center;
}

.header-nav-product-more a span{
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.header-nav-product-more a img{
  height: 16px;
  width: 16px;
  margin-left: 2px;
}




.line-spin-fade-loader-white > div {
  background-color: #ffffff !important;
}

#app-toast{
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%,0);
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  z-index: 1400;
}


.loading-root {
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.sk-loading-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sk-circle {
  margin: 20px;
  width: 110px;
  height: 110px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16%;
  height: 16%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle-theme .sk-child:before {
  background-color: rgba(82, 153, 255, 1) !important;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


#app-right-float{
  position: fixed;
  width: 68px;
  background: rgba(82, 153, 255, 1);
  border-radius: 12px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  right: 16px;
  top: 40%;
}

.app-right-menu-item{
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  justify-content: center;
  position: relative;
}

.app-right-menu-item-qq{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.app-right-menu-item-top{
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.app-right-menu-item img{
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}


.app-right-code{
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0 );
  height: fit-content;
  width: 196px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  margin-left: -12px;
  border-radius: 8px;
  display: none;
}

.app-right-code-wx{
  top: -80px;
}

.app-right-code img{
  height: 180px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.app-right-menu-item:hover{
  background: rgba(74, 138, 230, 1);
}

.app-right-menu-item-select{
  background: rgba(74, 138, 230, 1);
}

.app-right-code div{
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  height: 28px;
  padding: 0 3.5px;
  margin-bottom: 8px;
}

.app-contact-num{
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8) !important;
  flex: 1;
}

.app-btn-copy{
  width: 52px;
  height: 28px;
  background: rgba(82, 153, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(82, 153, 255, 1) !important;
}

.app-btn-copy:hover{
  background: rgba(82, 153, 255, 0.2);

}

.home-about-we{
  background: rgba(81, 87, 107, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-about-top{
  display: flex;
  height: 360px;
  width: 1440px;
  margin-top: 80px;
}

.home-about-logo{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-top: 5px;
}

.home-about-col{
  display: flex;
  flex-direction: column;
}

.webpage-footer-title {
  margin: 0;
  font-size: 36px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 8px;
}

.home-about-col h3{
  margin: 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 4px;
}

.home-about-col a{
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
}

.home-about-col a:hover{
  text-decoration: underline;
  font-weight: bold;
}


.home-about-col span{
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
}


.footer-img-code{
  height: 200px;
  width: 200px;
  margin: 12px 0 20px 0;
}

.home-about-col .home-about-row{
  display: flex;
  align-items: center;
}

.home-about-col .home-about-row a{
  margin: 0 8px 0 0 !important;
  height: 32px;
  width: 32px;
}

.home-about-col .home-about-row a img{
  height: 32px;
  width: 32px;
  margin: 0 !important;
}

.home-about-split{
  width: 1440px;
  height: 1px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.1);

}

.home-link-parent{
  display: flex;
  align-items: flex-start;
  width: 1440px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.home-link-parent h4{
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.home-link-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.home-link-row a{
  margin-left: 40px;
  cursor: pointer;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 20px;
}

.home-link-row a:hover{
  font-weight: 700;
  text-decoration: underline;
}



.home-footer{
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  background: rgba(31, 31, 36, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-split{
  margin: 0 40px;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);

}

.home-footer a{
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-decoration: none;
}


.app-checkbox {
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.app-checkbox div {
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent ;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.app-check {
  border: 1px solid rgba(82, 153, 255, 1) !important;
  background-color: rgba(82, 153, 255, 1) !important;
}

.app-checkbox img {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  display: none;
}

.app-check img{
  display: flex;
}

.dialog-root-cover {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1300;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-content-show-anim {
    animation: anim-open .3s ease !important;
}

@keyframes anim-open {
    0% {
        transform: scale(0.3);
    }

    100% {
        transform: scale(1);
    }
}

.dialog-msg-root {
  border-radius: 20px;
  background-color: #fff;
  width: 360px;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.dialog-msg-header {
  width: 100%;
  position: relative;
  height: 56px;
  border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.dialog-msg-title{
  margin: 20px 32px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 64px);
  color: rgba(0, 0, 0, 0.8);
}

.dialog-msg-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 32px;
  cursor: pointer;
}

.dialog-msg-close img {
  width: 20px;
  height: 20px;
}

.dialog-msg{
  margin: 20px 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.dialog-btn-row{
  display: flex;
  align-items: center;
  margin: 12px 32px 20px 32px;
  width: calc(100% - 64px);
}

.dialog-btn{
  flex: 1;
  background: rgba(0, 0, 0, 0.05);
  height: 44px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-btn-cancel{
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.05);
}

.dialog-btn-cancel:hover{
  background: rgba(0, 0, 0, 0.1);

}

.dialog-btn-sure{
  color: #fff;
  background: rgba(82, 153, 255, 1);
}

.dialog-btn-sure:hover{
  background: rgba(74, 138, 230, 1);
}

.footer-about-wx{
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-start;
  position: relative;
}

.footer-about-wx:hover{
  text-decoration: underline;
}


.footer-about-wx-code{
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0 );
  height: fit-content;
  width: 196px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  margin-left: -12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  
}

.footer-about-wx-code div{
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  height: 28px;
  padding: 0 3.5px;
  margin-bottom: 8px;
}

.footer-about-wx-code img{
  height: 180px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

